In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureOCR / GetBlockSpecialFormatData Method

GetBlockSpecialFormatData Method (GdPictureOCR)

In This Topic
Syntax
'Declaration

 

Public Function GetBlockSpecialFormatData( _

   ByVal OCRResultID As String, _

   ByVal BlockIdx As Integer _

) As String
public string GetBlockSpecialFormatData( 

   string OCRResultID,

   int BlockIdx

)
public function GetBlockSpecialFormatData( 

    OCRResultID: String;

    BlockIdx: Integer

): String; 
public function GetBlockSpecialFormatData( 

   OCRResultID : String,

   BlockIdx : int

) : String;
public: string* GetBlockSpecialFormatData( 

   string* OCRResultID,

   int BlockIdx

) 
public:

String^ GetBlockSpecialFormatData( 

   String^ OCRResultID,

   int BlockIdx

) 

Parameters

OCRResultID
BlockIdx
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureOCR
GdPictureOCR Members